home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / umddvi / doc / intro.tex < prev    next >
Text File  |  1990-10-01  |  1KB  |  21 lines

  1. % intro.tex - introduction
  2.  
  3. \line{\qquad \dots or, Just what {\it is} \ctex\ anyway?}
  4.  
  5. It is perhaps necessary first to define what \ctex\ is {\it not}.
  6. \ctex\ is not a complete rewrite of \TeX\ in C.  It is a tribute to the
  7. skill of its author Donald E.~Knuth that, despite the fact that \TeX\
  8. was written in a subset of {\csc pascal} that does not include even,
  9. e.g., memory allocation, this has not yet proven necessary.
  10.  
  11. Nor is \ctex\ a monolithic system.  Rather, it is a collection of small
  12. programs---tools---that work together to provide a large number of
  13. operations from a small set of operators.  The author believes that
  14. this has been a problem with older \TeX ware:  each program has built
  15. into many of the same functions, but using different code that produces
  16. different results or requires differing and sometimes incompatible
  17. controls.  This is an unnecessary complication that can be resolved by
  18. moving those functions, either into separate programs, or into library
  19. code that is then shared directly.  This is the approach that has been
  20. taken in \ctex.
  21.